home *** CD-ROM | disk | FTP | other *** search
/ Garbo / Garbo.cdr / mac / demo / prepare.sit / Prepare() Demo Issue / Prepare() / Manual Pages / BScrollText.bin / BScrollText
Encoding:
Text File  |  1990-01-01  |  955 b   |  22 lines  |  [TEXT/Brow]

  1.  
  2. BScrollText
  3. (Honors Class)
  4.  
  5. Introduction
  6.  
  7. BScrollText implements an editable text window that can have arbitrary amounts of text written to it.  If there isn't enough room in the TE Record for an insert, room is made by deleting characters from the top.  Lines can be automatically scrolled into view when inserted, and the scrolling speed can be adjusted.
  8.  
  9. Heritage
  10.  
  11. Superclass    BEditText
  12. Subclasses    BProfilePane
  13.  
  14. Using BScrollText
  15.  
  16. You should use this class when you want to be able to scroll back and edit text but also need to write large amounts of text to the window.  A stdio console and a profiler trace display are two possible examples.
  17.  
  18. Instance Variables, Methods, Functions, Resources, and Summary
  19.  
  20. This demo issue of Prepare() does not include the detailed information on each instance variable, method, function, and resource defined in this file.  Subscribers receive complete source and manual pages for every class in each issue.
  21.  
  22.